net/http.http2ClientConn.seenSettingsChan (field)
5 uses
net/http (current package)
h2_bundle.go#L7627: seenSettingsChan chan struct{} // closed when seenSettings is true or frame reading fails
h2_bundle.go#L8097: seenSettingsChan: make(chan struct{}),
h2_bundle.go#L8754: case <-cc.seenSettingsChan:
h2_bundle.go#L9510: close(cc.seenSettingsChan)
h2_bundle.go#L10217: close(cc.seenSettingsChan)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |